C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class / ValueSet<T> Constructor / ValueSet<T> Constructor(IEqualityComparer<T>)
The comparer to use when comparing keys.

In This Topic
ValueSet<T> Constructor(IEqualityComparer<T>)
In This Topic
Initializes a new instance of a ValueSet<T>.
Syntax
'Declaration
 
Public Function New( _
   ByVal comparer As IEqualityComparer(Of T) _
)
 

Parameters

comparer
The comparer to use when comparing keys.
See Also